object frmMain: TfrmMain Left = 121 Top = 119 Width = 395 Height = 332 Caption = 'BlastCast Client 1.0 ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object pcBlastClient: TPageControl Left = 0 Top = 0 Width = 387 Height = 305 ActivePage = tsSetUp Align = alClient TabOrder = 0 object tsMsg: TTabSheet Caption = 'Messages' object bbtnStart: TBitBtn Left = 0 Top = 248 Width = 75 Height = 25 Caption = 'Start' TabOrder = 0 OnClick = bbtnStartClick Kind = bkOK end object bbtnStop: TBitBtn Left = 203 Top = 248 Width = 75 Height = 25 Caption = 'Stop' TabOrder = 1 OnClick = bbtnStopClick Kind = bkNo end object bbtnAbout: TBitBtn Left = 103 Top = 248 Width = 75 Height = 25 Caption = 'About' TabOrder = 2 OnClick = bbtnAboutClick Kind = bkHelp end object bbtnExit: TBitBtn Left = 304 Top = 248 Width = 75 Height = 25 TabOrder = 3 OnClick = bbtnExitClick Kind = bkClose end object gbStatusMsg: TGroupBox Left = 0 Top = 160 Width = 377 Height = 81 Caption = 'Status Messages' TabOrder = 4 object memStatusMsg: TMemo Left = 2 Top = 15 Width = 373 Height = 64 Align = alClient ScrollBars = ssBoth TabOrder = 0 end end object gbMessages: TGroupBox Left = 0 Top = 8 Width = 377 Height = 150 Caption = 'Messages' TabOrder = 5 object memMsg: TMemo Left = 2 Top = 15 Width = 373 Height = 133 Align = alClient ScrollBars = ssBoth TabOrder = 0 end end end object tsSetUp: TTabSheet Caption = 'Setup' object gbPort: TGroupBox Left = 8 Top = 8 Width = 105 Height = 49 Caption = 'Port' TabOrder = 0 object edPort: TEdit Left = 8 Top = 16 Width = 57 Height = 21 TabOrder = 0 Text = '9,500' end object udPort: TUpDown Left = 65 Top = 16 Width = 15 Height = 21 Associate = edPort Min = 0 Max = 32678 Position = 9500 TabOrder = 1 Wrap = False end end object gbMultiCastAddr: TGroupBox Left = 8 Top = 64 Width = 105 Height = 49 Caption = 'Multicast Address' TabOrder = 1 object edMCAddr: TEdit Left = 8 Top = 16 Width = 89 Height = 21 TabOrder = 0 Text = '234.5.6.7' end end object gbUseWS2MC: TGroupBox Left = 120 Top = 8 Width = 257 Height = 153 Caption = 'Miscellaneous' TabOrder = 2 object ckbWS2: TCheckBox Left = 16 Top = 72 Width = 153 Height = 17 Caption = 'Use Winsock 2 Multicast' State = cbChecked TabOrder = 0 end end end end end